home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / software / rosoft / rosoft.exe / {app} / RosoftLameEncoderFree.exe / 0 / RCDATA / TFORMDOWNLOADLAMEENC / TFORMDOWNLOADLAMEENC.txt < prev   
Encoding:
Text File  |  2003-11-07  |  2.7 KB  |  115 lines

  1. object FormDownloadLameEnc: TFormDownloadLameEnc
  2.   Left = 321
  3.   Top = 267
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Download Lame Encoder'
  7.   ClientHeight = 140
  8.   ClientWidth = 468
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 468
  24.     Height = 140
  25.     Align = alClient
  26.     BevelOuter = bvLowered
  27.     BevelWidth = 3
  28.     TabOrder = 0
  29.     object Image1: TImage
  30.       Left = 3
  31.       Top = 3
  32.       Width = 462
  33.       Height = 134
  34.       Align = alClient
  35.       Picture.Data = {<image000.bmp>}
  36.       Stretch = True
  37.     end
  38.     object lblDownloadLame: TLabel
  39.       Left = 16
  40.       Top = 64
  41.       Width = 282
  42.       Height = 30
  43.       Cursor = crHandPoint
  44.       Caption = 'Download lame_enc.dll here'
  45.       Color = clWhite
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clBlue
  48.       Font.Height = -21
  49.       Font.Name = 'Comic Sans MS'
  50.       Font.Style = [fsBold]
  51.       ParentColor = False
  52.       ParentFont = False
  53.       Transparent = True
  54.       OnClick = lblDownloadLinkClick
  55.       OnEndDrag = lblDownloadLameEndDrag
  56.     end
  57.     object pbClose: TRSButton
  58.       Left = 337
  59.       Top = 78
  60.       Width = 109
  61.       Height = 26
  62.       Center = True
  63.       Picture.Data = {<image001.bmp>}
  64.       Transparent = True
  65.       OnClick = pbCloseClick
  66.     end
  67.     object Label1: TLabel
  68.       Left = 32
  69.       Top = 99
  70.       Width = 259
  71.       Height = 19
  72.       Caption = 'Do not display this message at start up.'
  73.       Font.Charset = ANSI_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -13
  76.       Font.Name = 'Comic Sans MS'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.       Transparent = True
  80.     end
  81.     object Memo1: TMemo
  82.       Left = 8
  83.       Top = 8
  84.       Width = 449
  85.       Height = 49
  86.       Alignment = taCenter
  87.       Color = clBlack
  88.       Enabled = False
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clLime
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = [fsBold]
  94.       Lines.Strings = (
  95.         
  96.           'The program can'#39't find the file lame_enc.dll. Press the link bel' +
  97.           'ow and '
  98.         
  99.           'you will be directed to a download. Unzip the downloaded file to' +
  100.           ' your '
  101.         'Windows folder. Then close and restart the program.')
  102.       ParentFont = False
  103.       TabOrder = 0
  104.     end
  105.     object cbShowDownload: TCheckBox
  106.       Left = 16
  107.       Top = 101
  108.       Width = 13
  109.       Height = 14
  110.       Caption = 'cbShowDownload'
  111.       TabOrder = 1
  112.     end
  113.   end
  114. end
  115.